home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 4 / CU Amiga Magazine's Super CD-ROM 04 (1996)(EMAP Images)(GB)(Track 1 of 3)[!][issue 1996-11].iso / magazine / psion / apps2 / ascii.lzx / ascii.txt < prev   
Text File  |  1996-09-19  |  4KB  |  73 lines

  1.           ASCII Table by Rick Andrews
  2.  
  3. Did you ever want to put a copyright symbol in a Word document? How
  4. do you do it? There isn't one on the keyboard. (Or is there ?!?) Find
  5. the ASCII code of the copyright symbol by looking in the Psion User
  6. Guide. The code for copyright is 184. Then, in the document, press
  7. and hold the Control key and type 1 then 8 then 4. A copyright symbol
  8. appears. Magic.
  9.  
  10. Okay, but what happens if you're on the 07.59 Reading to Paddington
  11. at the time? You're not carrying your Psion manuals; they don't fit
  12. into your shirt pocket, whichever way you bind them. Could you ask
  13. your fellow passengers for an ASCII table? Well, you can, but even if
  14. they didn't think you were a weirdo, there's a chance that their
  15. table could be different.
  16.  
  17. Hang on, ASCII stands for American *Standard* Code for Information
  18. Interchange. What's the point in having a standard if the codes are
  19. different? Well, the ASCII standard only defines characters 32 to
  20. 127. The other characters (128 to 255) form the 'Extended character
  21. set' and these can be different. The whole character set is called
  22. the Code Page.
  23.  
  24. So, although there is no such thing as 'ASCII code 184', people know
  25. that you mean the character represented by the number 184 in the Code
  26. Page.
  27.  
  28. The Series 3 uses IBM Code Page 850, "Multilingual (Latin I)" which
  29. is described as 'containing characters for most of the languages
  30. using the Latin alphabet'. The IBM PC uses Code Page 437 by default
  31. (which doesn't have a copyright symbol), but different pages
  32. including 850 can be loaded.
  33.  
  34. Right... back on the train, assuming nobody is carrying a copy of IBM
  35. Code Page 850, what can you do?
  36.  
  37. That's where this ASCII table utility comes in. It displays all the
  38. characters, and their ASCII number in decimal and hexadecimal (Base
  39. 16). Different characters are viewed by scrolling a line at a time
  40. with the up and down arrows, or a screen at a time with Pg Up and Pg
  41. Dn. 
  42.  
  43. There are some characters that can't be displayed because they clear
  44. the screen and the like, (characters 7 to 13 and 255), so they are
  45. just shown as dots.
  46.  
  47. Different layouts are available, like showing the ASCII code in
  48. decimal with the character, or the character on its own. These modes
  49. can be chosen from a menu, or by using the hot-key. The first
  50. character to be displayed on the screen can be selected by entering
  51. its ASCII code, or the character itself.
  52.  
  53. There is also a keypress function that displays the code of a key
  54. when pressed. It also shows the KMOD (keyboard modifier) status, for
  55. example Control or Shift. The codes displayed for the key press are
  56. generally ASCII, but there are some exotic ones. Look at the code
  57. produced by adjusting the screen contrast!
  58.  
  59. For more information about ASCII codes and entering characters
  60. through the keyboard, see Appendix A of the Psion User Guide.
  61.  
  62. Finally, on a different but slightly related subject, does anyone
  63. know anything about a keyboard macro recorder for the Series 3? There
  64. was something about it in "What Micro" May 92 saying Psion were
  65. developing a system-level utility usable by all applications, but
  66. I've spoken to Psion Technical Support who said they haven't heard
  67. anything about it, but they helpfully suggested the reporter may have
  68. been getting confused about OPL. Hmmm. Also, I have heard that
  69. Cubsoft, the company that produced the fantastic FNKEY for the
  70. Organiser II, is unfortunately no longer planning a version for the
  71. Series 3. Is anyone out there developing this sort of thing?
  72.  
  73.